home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
workst1a
/
w3help.frm
< prev
next >
Wrap
Text File
|
1999-10-03
|
2KB
|
73 lines
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.DLL"
Begin VB.Form Form3
Caption = "HELP"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Icon = "w3help.frx":0000
LinkTopic = "Form3"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin SHDocVwCtl.WebBrowser wbr1
Height = 135
Left = 2400
TabIndex = 3
Top = 6960
Width = 255
ExtentX = 450
ExtentY = 238
ViewMode = 1
Offline = 0
Silent = 0
RegisterAsBrowser= 0
RegisterAsDropTarget= 1
AutoArrange = -1 'True
NoClientEdge = 0 'False
AlignLeft = 0 'False
ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
Location = ""
End
Begin VB.CommandButton Command2
Caption = "Need more help or found a bug? Mail us by clicking here!"
Height = 255
Left = 1080
TabIndex = 2
Top = 0
Width = 5655
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 6495
Left = 0
MultiLine = -1 'True
TabIndex = 0
Text = "w3help.frx":0442
Top = 240
Width = 9495
End
Begin VB.CommandButton Command1
Caption = "BACK"
Height = 255
Left = 0
TabIndex = 1
Top = 0
Width = 1095
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
wbr1.Navigate ("mailto:perrier@microtec.net")
End Sub